home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 041a / mv2os2.zip / README.TXT < prev    next >
Text File  |  1993-04-07  |  19KB  |  451 lines

  1.  
  2.  
  3.                     MEDIA VISION OS/2 BETA PROGRAM
  4.                     ==============================             
  5.                             April 7, 1993
  6.  
  7.  
  8. Please accept Media Visin's apologies for the problem with COM 2 and the 
  9. PAS 16 audio driver on the 3/93 PDK and OS/2 2.1 release.  A debug switch 
  10. was left on by mistake during the final compile.  This release should
  11. correct that error.
  12.      
  13. Media Vision is providing these OS/2 drivers for BETA testing purposes only.
  14. Use of these drivers requires advanced technical knowledge of OS/2 and
  15. its architecture.
  16.  
  17.                               IMPORTANT:
  18.                               ----------
  19.        ** Media Vision's Technical Support department does not **
  20.        **   support BETA drivers.  All questions and support   **
  21.        ** issues must be addressed to CompuServe ID 75300,2772 **
  22.        **   in the MULTIVEN CompuServe forum.  Please do not   **
  23.        **   call Media Vision's Technical Support department.  **
  24.  
  25.  
  26. This beta release is intended for use with 3/93 PDK or 3/93 OS/2 2.1 BETA 
  27. (version 6.498) only.  Please do not report bugs found on prior releases
  28. of OS/2.  There will not be any support provided now or in the future
  29. for previous versions of OS/2.
  30.  
  31. RELEASE NOTES:
  32.  
  33. If you have been using the version of MVPRODD.SYS that comes with the 3/93
  34. PDK and are having problems with:
  35.  
  36.    1) COM2 and/or a serial mouse
  37.         this driver should correct the problem.  A debug switch was left
  38.         enabled by mistake causing strings to be written to the comm port.
  39.  
  40.    2) the /T:1 switch (which stops FM synth hiss on OPTI chipset systems)
  41.         this driver fixes a bug in the /T:1 switch handling routine.
  42.  
  43.    3) recording
  44.         this driver fixes a bug in recording
  45.  
  46. New features since the 1/93 beta release:
  47.  
  48.    1) FM synthesis and MIDI output are now supported.
  49.  
  50.    2) Recording is supported.
  51.  
  52.    3) Promix2.exe has had a UI makeover.  Promix2 comes up in a reduced-size
  53.       mode.  Double-click in the client area between any of the controls
  54.       and the window will expand to give greater hardware control.
  55.  
  56.    4) MVPRODD.SYS now supports many of the same switches that MVSOUND.SYS
  57.       uses.  Here is a list:
  58.  
  59.         /S:X,XXX,X       SoundBlaster { enable,base addr,IRQ }
  60.         /N:<name>     allows naming of driver /N:PAS161$
  61.         /T:X         T:1 = use PAS oscillator for OPL-3 (default /T:0)
  62.         /D:X         sets the DMA channel
  63.         /Q:X         sets the IRQ channel
  64.         /I:X         also sets the IRQ channel
  65.         /B:XXX         HEX Base board I/O location (DEFAULT: /B:388)
  66.         /W:X            If /W:1 enables warm boot reset (DEFAULT /W:0)
  67.         /M:X,XXX,X        MPU {enabled,base addr,IRQ}
  68.         /F:X            FM Synth disable switch; /F:1 enabled by default
  69.         /J:X             /J:1 cause Joystick to be enabled, J:0 is default  
  70.  
  71.    5) I/O relocation.  The PAS Plus and PAS 16 have always been able to 
  72.       reside at addresses other than the default port addresses: 0x388-0x38b.
  73.       This is useful when there are hardware conflicts with another board
  74.       that wants to use the same I/O space or when the user wishes to use 
  75.       multiple PAS cards.   If you relocate the I/O addresses, however, be
  76.       forewarned that DOS applications and tools will not find the card.
  77.  
  78.    6) Warm Boot Reset.  The Warm Boot Reset feature is useful to clear 
  79.       the tones generated by an Adlib compatible game that has been aborted
  80.       with CTRL-ALT-DEL.  This feature has been traditionally enabled in 
  81.       the past.  The PAS detects a warm boot reset (CTRL-ALT-DEL) by
  82.       decoding writes to the DMA refresh hardware timer.  Some new mother
  83.       boards and reportedly QuadTel BIOS' use that same timer for something
  84.       else, causing the PAS to constantly reset.  It's therefore safer to
  85.       have this feature default to off.  Try adding the switch and if the
  86.       card still produces sound, it's not a problem for your system.
  87.  
  88.    7) Sound Blaster Initialization.  The PAS 16 has dedicated Sound Blaster
  89.       circuitry which operates independently of the high quality digital
  90.       audio section.  That's why the PAS 16 requires two DMA's and two IRQ's. 
  91.       The /S switch will enable the SoundBlaster circuitry allowing game
  92.       compatibility in a DOS box and also allowing the snblst2.drv and 
  93.       sbwave.drv drivers to be used in WINOS2. 
  94.         
  95.       /S:1,220,5    is the correct setting if using the factory defaults
  96.  
  97.       Notes on MVSOUND.SYS in OS/2 DOS sessions:
  98.  
  99.       The DOS device driver has three main purposes:
  100.  
  101.         1) Initialize PAS 16 hardware, setting mixer volumes
  102.  
  103.         2) Initialize the Sound Blaster circuitry
  104.  
  105.         3) Provide volume control services to DOS apps.
  106.  
  107.       Since the OS/2 driver, MVPRODD.SYS, now provides items 1 and 2 above,
  108.       it is not necessary to load MVSOUND.SYS in your DOS or WinOS2 session.
  109.       However, if you are using a DOS application that requires MVSOUND.SYS
  110.       (e.g. PLAYFILE, Trak Blaster Pro or the PAS utility) you will have
  111.       to load it for now.  We hope to eliminate the need for MVSOUND.SYS in
  112.       the future by use of a VDD.  
  113.  
  114.       Warning: MVSOUND.SYS interferes with the PAS SCSI hardware and after 
  115.       loading MVSOUND.SYS you will lose access to any devices connected to
  116.       the PAS SCSI interface.  We are investigating the matter and will
  117.       provide a new MVSOUND.SYS as soon as it is available.
  118.  
  119.    8) MPU-401 emulation.  This requires a PAS 16 with a Rev D chip.
  120.       To check your PAS 16 chip version number, run DEBUG and type 
  121.       'i FF88'  (this assumes your card has not been relocated)
  122.       If the value is 4, you have a Rev D chip and you can enjoy MPU-401
  123.       (UART mode) emulation in DOS session.   If you have an older Rev
  124.       chip, we hope to emulate MPU-401 hardware with a VDD in the future.
  125.  
  126.       For most systems the following settings will work:
  127.       /M:1,330,15
  128.  
  129.  
  130. Note on SCSI driver:
  131.  
  132.      The SCSI driver, TMV1SCSI.ADD, has been updated.  It fixes some bugs
  133.      and is slightly faster (501Kb/sec).
  134.  
  135.      We are developing an improved SCSI driver which will support IRQ-driven
  136.      transfers but it's not yet available.  This will allow your system to
  137.      reclaim CPU time between when a data request is made and when the data 
  138.      becomes available, boosting overall performance especially with CD-ROM
  139.      drives.
  140.         
  141.  
  142. Note on proprietary CD-ROM interface drivers:
  143.  
  144.      As of this writing, Media Vision is pursuing development and/or 
  145.      licensing of OS/2 drivers for the Sony 535, Sony 31A aka SLCD, and
  146.      the Philips LMSI drive.  We do not yet have beta drivers to offer
  147.      for PAS 16's with non-SCSI interfaces.
  148.  
  149. ---------------------------------------------------------------------------------
  150. ---------------------------------------------------------------------------------
  151.  
  152. QUICK INSTALLATION  SCSI  DRIVER:
  153.  
  154.  
  155.     
  156.         [1] If the 3/93 beta release of OS/2 2.1 is already installed, you 
  157.             can add support for the PAS SCSI interface by 
  158.  
  159.             (a) copying tmv1scsi.add to c:\os2
  160.  
  161.                 Example:
  162.                 xcopy tmv1scsi.add c:\os2 
  163.  
  164.             (b) adding the following line to \CONFIG.SYS
  165.  
  166.                 BASEDEV=TMV1SCSI.ADD
  167.  
  168.  
  169.             (c) SHUTDOWN AND RESTART      
  170.  
  171.             This assumes that the CD-ROM support files have been installed.
  172.             (eg. CDROM.IFS)    
  173.  
  174.  
  175.         [2] If installing from CD for the 1st time, here are the basic steps
  176.             necessary:
  177.  
  178.             (a) Access the CD-ROM from DOS and run install.bat.  This
  179.                 will create two floppies: the "Boot Disk" and "Installation
  180.                 Disk #1." 
  181.  
  182.             (b) Edit the config.sys file on Installation Disk #1 (the second
  183.                 disk).  Add the line "BASEDEV=TMV1SCSI.ADD".
  184.  
  185.             (c) Copy the TMV1SCSI.ADD file provided with this beta release
  186.                 onto Installation Disk #1.  If the file won't fit, you can
  187.                 delete fd*.add, assuming you don't also have a Future Domain
  188.                 SCSI adaptor.  If you do, delete aha*.add.
  189.  
  190.             (d) You will now be able to boot the "Boot Disk" and install
  191.                 OS/2 2.1 from CD.  However the installation has finished,
  192.                 you will not have access to your CD-ROM drive.  When OS/2
  193.                 comes up, edit \CONFIG.SYS and make sure the line 
  194.                    BASEDEV=TMV1SCSI.ADD
  195.                 has not been removed or REM'd out.  If it has, restore the
  196.                 line, shutdown and restart.                    
  197.  
  198.  
  199. QUICK INSTALLATION  AUDIO DRIVER:
  200.  
  201.  MediaVision's ProAudioSpectrum16 Device Driver
  202.  
  203.     ***************************
  204.     ******     BETA      ******
  205.     ***************************
  206.     April release for MMPM/2 1.1
  207.  
  208. To install:
  209.  
  210.         [1] Install MMPM/2 with OS/2 2.1 March Beta
  211.             with PAS16 support selected.  If this
  212.             is already done, skip to next step.
  213.  
  214.         [2] Copy new driver (mvprodd.sys) from this
  215.             zipped file image to \MMOS2.  This will
  216.             overlay the previous driver.
  217.  
  218.             Example:    
  219.             xcopy mvprodd.sys c:\mmos2
  220.  
  221.         [3] Copy the mixer application (PROMIX2.EXE) to
  222.             \MMOS2 and the multimedia mixer library (OS2MIXER.DLL)
  223.             to \MMOS2\DLL.
  224.  
  225.             Example:    
  226.             xcopy os2mixer.dll c:\mmos2\dll
  227.             xcopy promix2.exe  c:\mmos2
  228.  
  229.         [4] Shut down and reboot system.
  230.  
  231.         [5] Add Promix2.exe to desktop.
  232.  
  233.         
  234. ---------------------------------------------------------------------------------
  235. ---------------------------------------------------------------------------------
  236.  
  237. BETA RELEASE FILES:
  238.  
  239. TMV1     DDP      355   1-12-93   4:46p         SCSI driver installation file
  240. TMV1SCSI ADD    25541   3-25-93   5:09p         OS/2 SCSI device driver
  241. TMV1SCSI DDP      362  12-16-92  11:12a         SCSI driver installation file
  242. MVPRODD  SYS    47232   4-07-93  12:16a         PAS audio driver
  243. README   TXT    18559   4-07-93   4:04a         This file
  244. OS2MIXER DLL    49412   3-18-93   3:20p         Multimedia Mixer Library
  245. PROMIX2  EXE   151158   4-07-93   2:47a         32-bit, multi-threaded mixer
  246.  
  247. --------------------------------------------------------------------------------
  248. --------------------------------------------------------------------------------
  249.  
  250. Q:  What Media Vision Products are supported?
  251.  
  252. A:  SCSI support                                 Audio support
  253.     --------------                               --------------
  254.     Pro AudioSpectrum                            (***)
  255.     Pro AudioSpectrum Plus (SCSI versions)(@)    Pro AudioSpectrum Plus
  256.     Pro AudioSpectrum 16   (SCSI versions)(@)    Pro AudioSpectrum 16  
  257.     Pro AudioStudio 16     (SCSI versions)(@)    Pro AudioStudio   16 (++) 
  258.     Pro 16 Multimedia Upgrade Kit                Pro 16 Multimedia Upgrade Kit    
  259.     Fusion CD                                    Fusion CD 
  260.     (*)                                          Fusion CD 16
  261.     Fusion CD 16E                                Fusion CD 16E
  262.     (**)                                         CDPC 
  263.     CDPC XL                                      CDPC XL 
  264.  
  265.     (*) CDPC has a Sony 535 drive.  OS/2 support for the 535
  266.          interface is still in development.
  267.  
  268.     (**) Fusion CD 16 has a Sony 31A drive.  OS/2 support for the 31A
  269.          interface is still in development.
  270.  
  271.     (***) Audio support for the original Pro AudioSpectrum (8-bit ISA bus
  272.           slot interface) has not been tested for this beta release. OS/2
  273.           support will be available in a future release.
  274.  
  275.     (@)  Media Vision compatible hardware is available from CompuAdd, 
  276.          Sony, Compaq and other companies.  Some of these companies sell
  277.          versions of the PAS 16 with non-SCSI interfaces.  These so-called
  278.          proprietary interfaces are one of three types: LMSI (Philips), 
  279.          Sony 31A, or Sony 535.  At present OS/2 drivers are not available
  280.          for these proprietary interfaces.  Media Vision is endeavoring to
  281.          make these drivers available.  Please aid us by informing these
  282.          companies that you are using OS/2 and require CD-ROM support.
  283.  
  284.     (++) Pro AudioStudio 16's selectable input gainfeature is not supported
  285.          on this release.
  286.  
  287.  
  288. Q:  Can I play CD audio?       
  289.  
  290. A:  The SCSI driver will support CD (Redbook) audio playback when used in
  291.     conjunction with IBM's MMPM/2 system software.  It will also support
  292.     most SCSI hard disks.
  293.  
  294.  
  295. Q:  What CD-ROM drives are supported?
  296.  
  297. A:  CD-ROM Drive Support List
  298.     -------------------------
  299.  
  300.     Hitachi   CDR-1650S, CDR-1750S, CDR-3650, CDR-3750
  301.     IBM       CD-ROM I, CD-ROM II
  302.     NEC       CDR-25J,CDR-36, CDR-37, CDR-72, CDR-73, CDR-74, CDR-82, CDR-83,
  303.               CDR-84
  304.     Panasonic CR-501, LK-MC501S
  305.     Sony      CDU-541, CDU-561, CDU-6111, CDU-6211, CDU-7211
  306.     Texel     DM-3021, DM-3024, DM-5021, DM-5024
  307.     Toshiba   XM-3201, XM-3301, XM-3401
  308.  
  309.     Support is provided for both data and audio on all models.        
  310.  
  311.     If you have a "CDPC", "Fusion CD 16" or "Media Vision Multimedia
  312.     Upgrade Kit " you should have a CD-ROM drive with a Sony interface.
  313.     The Sony interface is not yet supported.  See the release notes above.
  314.   
  315.  
  316. Q: Is Kodak Photo CD supported?
  317.  
  318. A: Single session, Kodak Photo-CD support is provided for those drives which
  319.    support this standard.
  320.  
  321.  
  322. Q: Can I use these drivers with my version of OS/2?
  323.  
  324. A: You must have a 3/93 release of OS/2 2.1 (version 6.498) or later to
  325.    use this driver release.
  326.  
  327. Q: How fast is the SCSI interface under OS/2
  328.  
  329. A: We have measured hard file (hard disk) reads at 504 Kb/sec and CD-ROM
  330.    (NEC 83j) reads at 238 Kb/sec.
  331.  
  332.  
  333. Q: If I have trouble, what should I do?
  334.  
  335. A: Media Vision's tech support department will not be able to assist
  336.    in any OS/2 installation or operation issues at this time. 
  337.    Support for these drivers can be obtained by sending mail to
  338.    CompuServe ID 75300,2772 or leaving a message in the Media Vision
  339.    section of the MULTIVEN forum addressed to the same user ID.
  340.    At the CompuServe prompt you can type GO MEDIAVISION to be sent
  341.    to the Media Vision (MULTIVEN) forum.
  342.  
  343.  
  344. Q: How can I install OS/2 2.1 BETA from CD-ROM if my CD-ROM drivers aren't
  345.    loaded?        
  346.  
  347. A: Use the DOS install.bat file found in the root directory of the 
  348.    OS/2 2.1 BETA CD to create two installation disks.  Add tmv1scsi.add
  349.    to the second disk and add this line to the config.sys file:
  350.    BASEDEV=TMV1SCSI.ADD
  351.    Then boot the 1st floppy.  The CD-ROM drive will be recognized 
  352.    allowing you to begin OS/2 installation.                
  353.  
  354. Q: How can I get OS/2 2.1 PDK BETA on CD-ROM?  
  355.  
  356. A: To inquire about the OS/2 2.1 BETA program, contact IBM at
  357.    1-800-3IBMOS2.  
  358.  
  359.  
  360. Q: What sound support is enabled?
  361.  
  362. A: This table show functions that are currently enabled and disabled:
  363.  
  364.         ENABLED FUNCTIONS                       DISABLED FUNCTIONS
  365.         ------------------                      ------------------
  366.         PCM Playback                            MIDI recording
  367.         Volume control                         
  368.         Mixer control                           
  369.         PCM Recording                                        
  370.         MIDI playback
  371.  
  372. Q: Which .WAV files can I play.
  373.  
  374. A: You should be able to play any PCM (uncompressed) .WAV file 
  375.    with sampling rates between 4 and 48 KHz, mono or stereo, and
  376.    8 or 16 bits.
  377.  
  378.  
  379. Q: How can I change my card's DMA and IRQ settings?
  380.  
  381. A: The PAS Plus, PAS 16 and CDPC all have software configuration settings.
  382.    The 'device=' line in config.sys can be used to specify different IRQ
  383.    and DMA settings.
  384.  
  385.         DEVICE=c:\os2\mvprodd.sys /I:7 /D:3
  386.  
  387.    The /I parameter is used to set the IRQ.  The /D parameter is used to 
  388.    set the DMA.  
  389.    Valid IRQ settings are: 2,3,4,5,6,7,10,11,12,14,15          
  390.    Valid DMA settings are: 1,2,3,5,6,7
  391.    
  392.    DMA channels 5,6,7 use 16-bit data transfers and are preferable choices.
  393.  
  394. Q: Will I be able to run my DOS games and applications?
  395.  
  396. A: YES!  The IBM team has done a superlative job at providing support
  397.    for sound hardware using auto-init DMA.  You can actually run 
  398.    TrakBlaster Pro in a DOS session!  You will need to load MVSOUND.SYS
  399.    for the DOS session.  Make sure that your DOS IRQ and DMA settings
  400.    match those used by the OS/2 device driver.
  401.  
  402.    If you have trouble with Sound Blaster compatible games, make sure
  403.    you add the /S switch (details above).  Also, some games (Wolfenstein
  404.    3D, for example) check a DOS enviroment variable for IRQ and port address 
  405.    information.
  406.  
  407.    Add the line 
  408.       set blaster=a220 d1 i5 T2
  409.    to your autoexec.bat file.  This assumes you are using the factory 
  410.    default Sound Blaster IRQ setting of 5.
  411.  
  412.  
  413. Q: Will I be able to run the Media Vision Windows drivers in WIN/OS2?
  414.  
  415. A: Yes.  Consider using the Sound Blaster section of the card for 
  416.    your WinOS2 multimedia audio driver.  With such a configuration, you 
  417.    will be able to use Windows Multimedia utilities and OS/2 multimedia
  418.    utilities at the same time.  When using the FM, MIDI or PAS digital audio
  419.    features in WinOS2, you will not be able to use these features in OS/2
  420.    (unless you have multiple PAS cards.)
  421.  
  422. Q: Can I run the Sound Blaster OS/2 drivers that came with OS/2 on the 
  423.    PAS 16?
  424.  
  425. A: No.  The Sound Blaster drivers, which were written by Creative Labs
  426.    check for Media Vision hardware and fail if they detect a PAS 16,
  427.    ThunderBoard or Thunder and Lightning card.  We hope to provide an
  428.    alternate SB driver in the future.
  429.    
  430.  
  431.  
  432. ---------------------------------------------------------------------------------
  433. ---------------------------------------------------------------------------------
  434.  
  435. Known Problems:
  436.         
  437.    Pro Mixer's circular sliders don't update when other applications
  438.    modify a volume setting.
  439.  
  440.    It is not possible to play MIDI and WAVE files simultaneously on the
  441.    3/93 release of MMPM. 
  442.  
  443.    There is no means of mixer communication between OS/2, Windows and DOS
  444.    session. 
  445.  
  446.    The CDPC and CDPC-XL front panel volume and mute controls are not
  447.    yet supported.     
  448.  
  449.         
  450.  
  451.